'Declaration
Public Function New( _ ByVal execute As Action(Of Object) _ )
public DelegateCommand( Action<object> execute )
Parameters
- execute
- The execute delegate.
'Declaration
Public Function New( _ ByVal execute As Action(Of Object) _ )
public DelegateCommand( Action<object> execute )